Installing Print Scout in Print Server Mode
By default, the Print Scout installer automatically installs in Server mode when it detects a Windows Server operating system.
msiexec /i <PrintScoutInstaller>.msi
If you need to force Server mode on a client operating system (such as Windows 11 ), specify the PRINT_SERVER=yes property:
msiexec /i <PrintScoutInstaller>.msi PRINT_SERVER=yes
If you want to install in Client mode on a server OS, use:
msiexec /i <PrintScoutInstaller>.msi PRINT_SERVER=no
Note: Do not use this option on a service that is running Terminal Services or Citrix.
Related Topics: